1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSTOCKMONITORINGBALANCES
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSTOCKMONITORINGBALANCES))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.Label2 = New System.Windows.Forms.Label()
29         Me.Label1 = New System.Windows.Forms.Label()
30         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
32         Me.grpCat = New System.Windows.Forms.GroupBox()
33         Me.cmdcancel = New System.Windows.Forms.Button()
34         Me.CmdSearch = New System.Windows.Forms.Button()
35         Me.txtname = New System.Windows.Forms.TextBox()
36         Me.Label5 = New System.Windows.Forms.Label()
37         Me.listStocks = New System.Windows.Forms.ListView()
38         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
39         Me.Label7 = New System.Windows.Forms.Label()
40         Me.Label6 = New System.Windows.Forms.Label()
41         Me.Label4 = New System.Windows.Forms.Label()
42         Me.Panel1.SuspendLayout()
43         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
44         Me.GroupBox1.SuspendLayout()
45         Me.grpCat.SuspendLayout()
46         Me.SuspendLayout()
47         
'
48         
'Panel1
49         
'
50         Me.Panel1.Controls.Add(Me.Label2)
51         Me.Panel1.Controls.Add(Me.Label1)
52         Me.Panel1.Controls.Add(Me.PictureBox1)
53         Me.Panel1.Location = New System.Drawing.Point(
8, 4)
54         Me.Panel1.Name =
"Panel1"
55         Me.Panel1.Size = New System.Drawing.Size(
500, 47)
56         Me.Panel1.TabIndex =
0
57         
'
58         
'Label2
59         
'
60         Me.Label2.AutoSize = True
61         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
62         Me.Label2.Location = New System.Drawing.Point(
48, 31)
63         Me.Label2.Name =
"Label2"
64         Me.Label2.Size = New System.Drawing.Size(
301, 13)
65         Me.Label2.TabIndex =
2
66         Me.Label2.Text =
"Monitor current supplies, also allow to add, edit delete record"
67         
'
68         
'Label1
69         
'
70         Me.Label1.AutoSize = True
71         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
73         Me.Label1.Location = New System.Drawing.Point(
47, 8)
74         Me.Label1.Name =
"Label1"
75         Me.Label1.Size = New System.Drawing.Size(
174, 23)
76         Me.Label1.TabIndex =
1
77         Me.Label1.Text =
"Stock Monitoring"
78         
'
79         
'PictureBox1
80         
'
81         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
82         Me.PictureBox1.Location = New System.Drawing.Point(
2, 2)
83         Me.PictureBox1.Name =
"PictureBox1"
84         Me.PictureBox1.Size = New System.Drawing.Size(
40, 42)
85         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
86         Me.PictureBox1.TabIndex =
0
87         Me.PictureBox1.TabStop = False
88         
'
89         
'GroupBox1
90         
'
91         Me.GroupBox1.Controls.Add(Me.grpCat)
92         Me.GroupBox1.Controls.Add(Me.listStocks)
93         Me.GroupBox1.Location = New System.Drawing.Point(
4, 48)
94         Me.GroupBox1.Name =
"GroupBox1"
95         Me.GroupBox1.Size = New System.Drawing.Size(
920, 593)
96         Me.GroupBox1.TabIndex =
1
97         Me.GroupBox1.TabStop = False
98         
'
99         
'grpCat
100         
'
101         Me.grpCat.BackColor = System.Drawing.Color.Gainsboro
102         Me.grpCat.Controls.Add(Me.cmdcancel)
103         Me.grpCat.Controls.Add(Me.CmdSearch)
104         Me.grpCat.Controls.Add(Me.txtname)
105         Me.grpCat.Controls.Add(Me.Label5)
106         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
107         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
108         Me.grpCat.Location = New System.Drawing.Point(
333, 221)
109         Me.grpCat.Name =
"grpCat"
110         Me.grpCat.Size = New System.Drawing.Size(
320, 81)
111         Me.grpCat.TabIndex =
8
112         Me.grpCat.TabStop = False
113         Me.grpCat.Text =
"Search by Product Name "
114         Me.grpCat.Visible = False
115         
'
116         
'cmdcancel
117         
'
118         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
119         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
120         Me.cmdcancel.Name =
"cmdcancel"
121         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
122         Me.cmdcancel.TabIndex =
3
123         Me.cmdcancel.Text =
"&Cancel"
124         Me.cmdcancel.UseVisualStyleBackColor = True
125         
'
126         
'CmdSearch
127         
'
128         Me.CmdSearch.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
129         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
130         Me.CmdSearch.Name =
"CmdSearch"
131         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
132         Me.CmdSearch.TabIndex =
2
133         Me.CmdSearch.Text =
"&Search"
134         Me.CmdSearch.UseVisualStyleBackColor = True
135         
'
136         
'txtname
137         
'
138         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         Me.txtname.Location = New System.Drawing.Point(
60, 23)
140         Me.txtname.MaxLength =
50
141         Me.txtname.Name =
"txtname"
142         Me.txtname.Size = New System.Drawing.Size(
254, 22)
143         Me.txtname.TabIndex =
1
144         
'
145         
'Label5
146         
'
147         Me.Label5.AutoSize = True
148         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
149         Me.Label5.Location = New System.Drawing.Point(
7, 31)
150         Me.Label5.Name =
"Label5"
151         Me.Label5.Size = New System.Drawing.Size(
52, 13)
152         Me.Label5.TabIndex =
0
153         Me.Label5.Text =
"Search :"
154         
'
155         
'listStocks
156         
'
157         Me.listStocks.FullRowSelect = True
158         Me.listStocks.GridLines = True
159         Me.listStocks.Location = New System.Drawing.Point(
4, 12)
160         Me.listStocks.Name =
"listStocks"
161         Me.listStocks.Size = New System.Drawing.Size(
908, 575)
162         Me.listStocks.SmallImageList = Me.ImageList1
163         Me.listStocks.TabIndex =
0
164         Me.listStocks.UseCompatibleStateImageBehavior = False
165         Me.listStocks.View = System.Windows.Forms.View.Details
166         
'
167         
'ImageList1
168         
'
169         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
170         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
171         Me.ImageList1.Images.SetKeyName(
0, "stats.ico")
172         
'
173         
'Label7
174         
'
175         Me.Label7.AutoSize = True
176         Me.Label7.ForeColor = System.Drawing.Color.Red
177         Me.Label7.Location = New System.Drawing.Point(
573, 25)
178         Me.Label7.Name =
"Label7"
179         Me.Label7.Size = New System.Drawing.Size(
105, 13)
180         Me.Label7.TabIndex =
7
181         Me.Label7.Text =
"Red for (0) Quantity"
182         
'
183         
'Label6
184         
'
185         Me.Label6.AutoSize = True
186         Me.Label6.Location = New System.Drawing.Point(
573, 12)
187         Me.Label6.Name =
"Label6"
188         Me.Label6.Size = New System.Drawing.Size(
113, 13)
189         Me.Label6.TabIndex =
6
190         Me.Label6.Text =
"Black for > 0 Quantity"
191         
'
192         
'Label4
193         
'
194         Me.Label4.AutoSize = True
195         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
196         Me.Label4.Location = New System.Drawing.Point(
518, 12)
197         Me.Label4.Name =
"Label4"
198         Me.Label4.Size = New System.Drawing.Size(
54, 13)
199         Me.Label4.TabIndex =
5
200         Me.Label4.Text =
"Legend :"
201         
'
202         
'frmSTOCKMONITORINGBALANCES
203         
'
204         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
205         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
206         Me.BackColor = System.Drawing.Color.WhiteSmoke
207         Me.ClientSize = New System.Drawing.Size(
976, 688)
208         Me.Controls.Add(Me.Label7)
209         Me.Controls.Add(Me.Label6)
210         Me.Controls.Add(Me.Label4)
211         Me.Controls.Add(Me.GroupBox1)
212         Me.Controls.Add(Me.Panel1)
213         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
214         Me.Name =
"frmSTOCKMONITORINGBALANCES"
215         Me.Text =
"Stock Monitoring"
216         Me.Panel1.ResumeLayout(False)
217         Me.Panel1.PerformLayout()
218         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
219         Me.GroupBox1.ResumeLayout(False)
220         Me.grpCat.ResumeLayout(False)
221         Me.grpCat.PerformLayout()
222         Me.ResumeLayout(False)
223         Me.PerformLayout()
224
225     End Sub
226     Friend WithEvents Panel1 As System.Windows.Forms.Panel
227     Friend WithEvents Label2 As System.Windows.Forms.Label
228     Friend WithEvents Label1 As System.Windows.Forms.Label
229     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
230     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
231     Friend WithEvents listStocks As System.Windows.Forms.ListView
232     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
233     Friend WithEvents cmdcancel As System.Windows.Forms.Button
234     Friend WithEvents CmdSearch As System.Windows.Forms.Button
235     Friend WithEvents txtname As System.Windows.Forms.TextBox
236     Friend WithEvents Label5 As System.Windows.Forms.Label
237     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
238     Friend WithEvents Label7 As System.Windows.Forms.Label
239     Friend WithEvents Label6 As System.Windows.Forms.Label
240     Friend WithEvents Label4 As System.Windows.Forms.Label
241 End Class


Gõ tìm kiếm nhanh...